@import url('https://fonts.googleapis.com/css2?family=Anton&family=DM+Serif+Display:ital@0;1&family=Frijole&family=Nunito:wght@400;700&family=Oswald:wght@200;300;400;500;600;700&family=Raleway&family=Timmana&display=swap');

@font-face {
	font-family: "DMSerif";
	src: url(./public/fonts/DMSerifDisplay-Regular.ttf);
}

.section-header {
	text-align: center;
}

.section-header {
	/*width: 500px;*/
	color: #40407a;
	margin: 10px auto;
	line-height: 1.5;
}

.section-title {
	font-size: 2.5rem;
}

.line {
	width: 260px;
	background: #2c2c54;
	height: 3px;
	margin: auto;
}

.line span {
	display: block;
	width: 140px;
	height: 4px;
	background-color: #f39c12;
	margin: auto;
	position: relative;
	bottom: 0.5px;
}

.Otros-title {
	min-height: 100px;
	background: #6b4230;
	border: 1px dotted beige;
	border-radius: 10px 60px 10px 60px;
	padding: 5px;
	display: flex;
	justify-content: space-around;
	margin-bottom: 40px;
}

.Otros-title h1 {
	color: #fff;
	font-size: 4rem;
}

.section-autres {
	margin-top: 60px;
	margin-bottom: 30px;
}

.Otroserv {
	background: rgba(241, 144, 102, 0.2);
	display: flex;
	flex-direction: wrap;
	justify-content: center;
	align-items: center;
	padding: 15px;
}

.Otroserv img {
	width: 30%;
	height: 30%;
	padding: 10px;
}

.left {
	background: #fad390;
	width: 40%;
	border-radius: 10px;
	display: flex;
	justify-content: center;
	align-items: stretch;
	padding: 15px;
	margin-right: 30px;
	box-shadow: 0 0 15px #0e0d0d5e;
}

.left p {
	font-size: 1.2rem;
	font-family: 'Nunito';
	font-weight: 600;
	text-transform: capitalize;
	text-align: center;
}

.right {
	background: #fad390;
	width: 40%;
	border-radius: 10px;
	display: flex;
	justify-content: center;
	align-items: stretch;
	padding: 15px;
	box-shadow: 0 0 15px #0e0d0d5e;
}

.right p {
	font-size: 1.2rem;
	font-family: 'Nunito';
	font-weight: 600;
	text-transform: capitalize;
	text-align: center;
}

 h2 {
	text-align: center;
}

.Peregrinación {
	color: #fff;
	background: #2C3A47;
	border: 1px solid; beige;
	border-radius: 0px 0px 60px 10px;
	padding: 15px;
	display: flex;
	justify-content: space-around;
	margin-bottom: 40px;
}

.Peregrinación .Otroserv {
	border-radius: 0 10px 60px 0;
}

.Peregrinación .Otroserv .left {
	width: 30%;
}

.Peregrinación .Otroserv .left img {
	width: 90%;
}

.Peregrinación .Otroserv .right {
	width: 70%;
	font-size: 1.8rem;
	color: #000;
}

.Gallería h2 {
	color: #fff;
	background: #2C3A47;
	border: 1px dotted beige;
	border-radius: 60px 10px 60px 10px;
	padding: 15px;
	display: flex;
	justify-content: space-around;
	margin-bottom: 40px;
}

.Gallería a {
	color: #f7d794;
	text-decoration: none;
}

.Gallería a:hover {
	color: #d1ccc0;
} 

@media only screen and (max-width: 1440px) {
		.container {
		width: 100%;
		padding: 0 20px;
	}

	main {
		text-align: left;
		margin: 10px 40px 20px 40px;
	}
}

@media only screen and (max-width: 1348px) {
	.container {
		width: 100%;
		padding: 0 20px;
	}

	main {
		text-align: left;
		margin: 10px 40px 20px 40px;
	}

	.section-title {
		font-size: 1.8rem;
	}

	.line {
		width: 130px;
		height: 2px;
	}

	.line span {
		display: block;
		width: 70px;
		height: 3px;
		position: relative;
	}

	.Otroserv {
	    background: rgba(241, 144, 102, 0.2);
	    display: flex;
	    flex-direction: row;
	    padding: 20px;
	    justify-content: space-around;
	}

	.Otroserv img {
		width: 50%;
	}

	.left {
		background: #fff;
		width: 40%;
		border-radius: 10px;
		display: flex;
		flex-direction: column;
		padding: 15px;
		margin-right: 0;
		box-shadow: 0 0 7.5px #0e0d0d5e;
	}

	.left p {
		font-size: 1rem;
		font-weight: 600;
		text-align: left;
	}

	.right {
		margin-top: 20px;
		background: #fad390;
		width: 40%;
		border-radius: 10px;
		display: flex;
		flex-direction: column;
		padding: 15px;
		box-shadow: 0 0 15px #0e0d0d5e;
	}

	.right p {
		font-size: 1rem;
		font-weight: 600;
		text-align: left;
	}

	.Peregrinación {
		width: 100%;
	    color: #fff;
	    background: #2C3A47;
	    border: 1px solid;
	    beige: ;
	    border-radius: 0px 0px 30px 10px;
	    padding: 15px;
	    display: flex;
	    margin-bottom: 40px;
	    flex-direction: column;
	}

	.Peregrinación h2 {
		margin-top: 5px;
		font-size: 1.8rem;
	}

	.Peregrinación img {
		padding: 0;
		width: 50%;
	}

	.Peregrinación .Otroserv {
	border-radius: 0 10px 30px 0;
}

.Peregrinación .Otroserv .left {
	width: 50%;
}

.Peregrinación .Otroserv .left img {
	width: 50%;
}

.Peregrinación .Otroserv .right {
	width: 100%;
	font-size: 1.8rem;
	color: #000;
}

.Gallería h2 {
	font-size: 1.6rem;
	background: #2C3A47;
	border: 1px dotted beige;
	border-radius: 30px 10px 30px 10px;
	padding: 10px;
	margin-bottom: 40px;
}

.Gallería a {
	color: #f7d794;
	text-decoration: none;
} 


@media only screen and (max-width: 800px) {
	.container {
		width: 100%;
		padding: 0 20px;
	}

	main {
		text-align: left;
		margin: 10px 40px 20px 40px;
	}

	.section-title {
		font-size: 1.8rem;
	}

	.line {
		width: 130px;
		height: 2px;
	}

	.line span {
		display: block;
		width: 70px;
		height: 3px;
		position: relative;
	}

	.Otroserv {
		background: rgba(241, 144, 102, 0.2);
		display: flex;
		flex-direction: column;
		padding: 20px;
	}

	.Otroserv img {
		width: 50%;
	}

	.left {
		background: #fff;
		width: 100%;
		border-radius: 10px;
		display: flex;
		flex-direction: row;
		padding: 15px;
		margin-right: 0;
		box-shadow: 0 0 7.5px #0e0d0d5e;
	}

	.left p {
		font-size: 1rem;
		font-weight: 600;
		text-align: left;
	}

	.right {
		margin-top: 20px;
		background: #fad390;
		width: 100%;
		border-radius: 10px;
		display: flex;
		flex-direction: row;
		padding: 15px;
		box-shadow: 0 0 15px #0e0d0d5e;
	}

	.right p {
		font-size: 1rem;
		font-weight: 600;
		text-align: left;
	}

	.Peregrinación {
		width: 100%;
	    color: #fff;
	    background: #2C3A47;
	    border: 1px solid;
	    beige: ;
	    border-radius: 0px 0px 30px 10px;
	    padding: 15px;
	    display: flex;
	    margin-bottom: 40px;
	    flex-direction: column;
	}

	.Peregrinación h2 {
		margin-top: 5px;
		font-size: 1.8rem;
	}

	.Peregrinación img {
		padding: 0;
		width: 50%;
	}

	.Peregrinación .Otroserv {
	border-radius: 0 10px 30px 0;
}

.Peregrinación .Otroserv .left {
	width: 50%;
}

.Peregrinación .Otroserv .left img {
	width: 50%;
}

.Peregrinación .Otroserv .right {
	width: 100%;
	font-size: 1.8rem;
	color: #000;
}

.Gallería h2 {
	font-size: 1.6rem;
	background: #2C3A47;
	border: 1px dotted beige;
	border-radius: 30px 10px 30px 10px;
	padding: 10px;
	margin-bottom: 40px;
}

.Gallería a {
	color: #f7d794;
	text-decoration: none;
} 


}

@media only screen and (max-width: 575px) {
	.container {
		width: 100%;
		padding: 0 20px;
	}

	main {
		text-align: left;
		margin: 10px 40px 20px 40px;
	}

	.section-title {
		font-size: 1.8rem;
	}

	.line {
		width: 130px;
		height: 2px;
	}

	.line span {
		display: block;
		width: 70px;
		height: 3px;
		position: relative;
	}

	.Otroserv {
		background: rgba(241, 144, 102, 0.2);
		display: flex;
		flex-direction: column;
		padding: 20px;
	}

	.Otroserv img {
		width: 100%;
	}

	.left {
		background: #fff;
		width: 100%;
		border-radius: 10px;
		display: flex;
		flex-direction: column;
		padding: 15px;
		margin-right: 0;
		box-shadow: 0 0 7.5px #0e0d0d5e;
	}

	.left p {
		font-size: 1.25rem;
		font-weight: 400;
		text-align: left;
	}

	.right {
		margin-top: 20px;
		background: #fad390;
		width: 100%;
		border-radius: 10px;
		display: flex;
		flex-direction: column;
		padding: 15px;
		box-shadow: 0 0 15px #0e0d0d5e;
	}

	.right p {
		font-size: 1.25rem;
		font-weight: 400;
		text-align: right;
	}

	.Peregrinación {
		width: 100%;
	    color: #fff;
	    background: #2C3A47;
	    border: 1px solid;
	    beige: ;
	    border-radius: 0px 0px 30px 10px;
	    padding: 15px;
	    display: flex;
	    margin-bottom: 40px;
	    flex-direction: column;
	}

	.Peregrinación h2 {
		margin-top: 5px;
		font-size: 1.8rem;
	}

	.Peregrinación img {
		padding: 0;
		width: 100%;
	}

	.Peregrinación .Otroserv {
	border-radius: 0 10px 30px 0;
}

.Peregrinación .Otroserv .left {
	width: 100%;
}

.Peregrinación .Otroserv .left img {
	width: 100%;
}

.Peregrinación .Otroserv .right {
	width: 100%;
	font-size: 1.8rem;
	color: #000;
}

.Gallería h2 {
	font-size: 1.6rem;
	background: #2C3A47;
	border: 1px dotted beige;
	border-radius: 30px 10px 30px 10px;
	padding: 10px;
	margin-bottom: 40px;
}

.Gallería a {
	color: #f7d794;
	text-decoration: none;
} 
}

@media only screen and (max-width: 375px) {
	.section-title {
		font-size: 1.5rem;
	}

	.line {
		width: 130px;
		height: 2px;
	}

	.line span {
		display: block;
		width: 70px;
		height: 3px;
		position: relative;
	}

	.Otroserv {
		background: rgba(241, 144, 102, 0.2);
		display: flex;
		flex-direction: column;
		padding: 10px;
	}

	.Otroserv img {
		width: 100%;
	}

	.left {
		background: #fff;
		width: 100%;
		border-radius: 10px;
		display: flex;
		flex-direction: column;
		padding: 10px;
		margin-right: 0;
		box-shadow: 0 0 7.5px #0e0d0d5e;
	}

	.left p {
		font-size: 1rem;
		font-weight: 400;
		text-align: left;
	}

	.right {
		margin-top: 20px;
		background: #fad390;
		width: 100%;
		border-radius: 10px;
		display: flex;
		flex-direction: column;
		padding: 10px;
		box-shadow: 0 0 15px #0e0d0d5e;
	}

	.right p {
		font-size: 1rem;
		font-weight: 400;
		text-align: right;
	}

	.Peregrinación {
		width: 100%;
	    color: #fff;
	    background: #2C3A47;
	    border: 1px solid;
	    beige: ;
	    border-radius: 0px 0px 30px 10px;
	    padding: 15px;
	    display: flex;
	    margin-bottom: 40px;
	    flex-direction: column;
	}

	.Peregrinación h2 {
		margin-top: 5px;
		font-size: 1.5rem;
	}

	.Peregrinación img {
		padding: 0;
		width: 100%;
	}

	.Peregrinación .Otroserv {
	border-radius: 0 10px 30px 0;
}

.Peregrinación .Otroserv .left {
	width: 100%;
}

.Peregrinación .Otroserv .left img {
	width: 100%;
}

.Peregrinación .Otroserv .right {
	width: 100%;
	font-size: 1.8rem;
	color: #000;
}

.Gallería h2 {
	font-size: 1.5rem;
	background: #2C3A47;
	border: 1px dotted beige;
	border-radius: 30px 10px 30px 10px;
	padding: 10px;
	margin-bottom: 40px;
}

.Gallería a {
	color: #f7d794;
	text-decoration: none;
}

}
